projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b45019
)
ci: Use the right path for the logs
author
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 1 Mar 2018 10:23:14 +0000
(17:23 +0700)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 13 Mar 2018 16:00:55 +0000
(16:00 +0000)
The meson-logs directory is under the `_build` directory.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index d2469d1aaf4de8574b8987c7535049bcfe69b261..e23a161728a2a876cd13828415c4e4b00b678eef 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-25,4
+25,4
@@
build:
when: on_failure
name: "gtk-${CI_COMMIT_REF_NAME}"
paths:
- - "${CI_PROJECT_DIR}/_build
_full
/meson-logs"
+ - "${CI_PROJECT_DIR}/_build/meson-logs"